projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf84716
)
(flyspell-mode-on): Only output welcome message if interactive.
author
Miles Bader
<miles@gnu.org>
Sun, 12 Nov 2000 13:23:23 +0000
(13:23 +0000)
committer
Miles Bader
<miles@gnu.org>
Sun, 12 Nov 2000 13:23:23 +0000
(13:23 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 74c07f19602d2f7f7bb5e777c42084fbe2de041f..8854633d58f96cc877ed495efb94ae77985c339e 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-529,7
+529,7
@@
flyspell-buffer checks the whole buffer."
(set-keymap-parent map (current-local-map))
map))
;; the welcome message
- (if
flyspell-issue-welcome-flag
+ (if
(and flyspell-issue-welcome-flag (interactive-p))
(let ((binding (where-is-internal 'flyspell-auto-correct-word
nil 'non-ascii)))
(message